home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> <glade-interface> <widget class="GtkWindow" id="calc_window"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="title"></property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <signal name="delete_event" handler="quit_cb"/> <signal name="key_press_event" handler="kframe_key_press_cb"/> <signal name="key_release_event" handler="kframe_key_release_cb"/> <child> <widget class="GtkVBox" id="kvbox"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> <widget class="GtkMenuBar" id="menubar"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> <child> <widget class="GtkMenuItem" id="menuitem1"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Calculator menu">_Calculator</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menuitem1_menu"> <child> <widget class="GtkImageMenuItem" id="quit_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Calculator|Quit menu item">Quit the calculator</property> <property name="label">gtk-quit</property> <property name="use_stock">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="quit_cb"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="edit_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Edit menu">_Edit</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="edit_menu_menu"> <child> <widget class="GtkImageMenuItem" id="copy_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Edit|Copy menu item">Copy selection</property> <property name="label">gtk-copy</property> <property name="use_stock">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="copy_cb"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="paste_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Edit|Paste menu item">Paste selection</property> <property name="label">gtk-paste</property> <property name="use_stock">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="paste_cb"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="undo_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Edit|Undo menu item">Undo</property> <property name="label" translatable="yes" comments="Edit|Undo menu item">_Undo</property> <property name="use_underline">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="undo_cb" last_modification_time="Mon, 22 Oct 2007 12:55:07 GMT"/> <accelerator key="Z" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image7"> <property name="visible">True</property> <property name="stock">gtk-undo</property> <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="redo_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Edit|Redo menu item">Redo</property> <property name="label" translatable="yes" comments="Edit|Redo menu item">_Redo</property> <property name="use_underline">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="redo_cb" last_modification_time="Mon, 22 Oct 2007 12:55:07 GMT"/> <accelerator key="Z" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image8"> <property name="visible">True</property> <property name="stock">gtk-redo</property> <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> </child> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="menuitem5"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkMenuItem" id="insert_ascii_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Edit|Insert ASCII value menu item">Insert ASCII value</property> <property name="label" translatable="yes" comments="Edit|Insert ASCII value menu item">_Insert ASCII value...</property> <property name="use_underline">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="insert_ascii_cb"/> <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menuitem3"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View menu">_View</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menuitem3_menu"> <child> <widget class="GtkRadioMenuItem" id="view_basic_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Basic menu item">Basic</property> <property name="label" translatable="yes" comments="View|Basic menu item">_Basic</property> <property name="use_underline">True</property> <property name="active">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="mode_radio_cb"/> <accelerator key="B" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="view_advanced_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Advanced menu item">Advanced</property> <property name="label" translatable="yes" comments="View|Advanced menu item">_Advanced</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">view_basic_menu</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="mode_radio_cb" last_modification_time="Sat, 13 Oct 2007 00:50:25 GMT"/> <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="view_financial_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Financial menu item">Financial</property> <property name="label" translatable="yes" comments="View|Financial menu item">_Financial</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">view_basic_menu</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="mode_radio_cb" last_modification_time="Sat, 13 Oct 2007 00:50:25 GMT"/> <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="view_scientific_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Scientific menu item">Scientific</property> <property name="label" translatable="yes" comments="View|Scientific menu item">_Scientific</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">view_basic_menu</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="mode_radio_cb" last_modification_time="Sat, 13 Oct 2007 00:50:25 GMT"/> <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="view_programming_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Programming menu item">Programming</property> <property name="label" translatable="yes" comments="View|Programming menu item">_Programming</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">view_basic_menu</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="mode_radio_cb" last_modification_time="Sat, 27 Sep 2008 22:50:04 GMT"/> <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator1"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="show_trailing_zeroes_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Show Trailing Zeroes menu item">Show trailing zeroes</property> <property name="label" translatable="yes" comments="View|Show Trailing Zeroes menu item">Show _Trailing Zeroes</property> <property name="use_underline">True</property> <property name="active">False</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="show_trailing_zeroes_cb"/> <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="show_thousands_separator_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Show Thousands Separator menu item">Show thousands separator</property> <property name="label" translatable="yes" comments="View|Show Thousands Separator menu item">Show T_housands Separator</property> <property name="use_underline">True</property> <property name="active">False</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="show_thousands_separator_cb" last_modification_time="Sat, 13 Oct 2007 00:50:25 GMT"/> <accelerator key="K" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator2"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="show_registers_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the View|Memory Registers menu item">Show memory registers</property> <property name="label" translatable="yes" comments="View|Memory Registers menu item">_Memory Registers</property> <property name="use_underline">True</property> <property name="active">False</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="show_registers_cb" last_modification_time="Sat, 13 Oct 2007 00:50:25 GMT"/> <accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menuitem4"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Help menu">_Help</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menuitem4_menu"> <child> <widget class="GtkImageMenuItem" id="help_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Help|Contents menu">Show help contents</property> <property name="label" translatable="yes" comments="Help|Contents menu">_Contents</property> <property name="use_underline">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="help_cb" last_modification_time="Sun, 10 Feb 2008 11:39:08 GMT"/> <accelerator key="F1" modifiers="0" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image9"> <property name="visible">True</property> <property name="stock">gtk-help</property> <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="about_menu"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the Help|About menu">Show the About Gcalctool dialog</property> <property name="label">gtk-about</property> <property name="use_stock">True</property> <signal name="select" handler="menu_item_select_cb"/> <signal name="deselect" handler="menu_item_deselect_cb"/> <signal name="activate" handler="about_cb" last_modification_time="Sat, 13 Oct 2007 00:52:33 GMT"/> </widget> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkEventBox" id="display_eventbox"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <child> <widget class="GtkScrolledWindow" id="display_scroll"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> <widget class="GtkTextView" id="displayitem"> <property name="border_width">2</property> <property name="visible">True</property> <property name="editable">False</property> <property name="overwrite">False</property> <property name="accepts_tab">True</property> <property name="justification">GTK_JUSTIFY_RIGHT</property> <property name="wrap_mode">GTK_WRAP_NONE</property> <property name="cursor_visible">True</property> <property name="pixels_above_lines">8</property> <property name="pixels_below_lines">8</property> <property name="pixels_inside_wrap">0</property> <property name="left_margin">0</property> <property name="right_margin">6</property> <property name="indent">0</property> <property name="text"></property> <accessibility> <atkproperty name="AtkObject::accessible_description" translatable="yes">Result Region</atkproperty> </accessibility> <signal name="button_release_event" handler="mouse_button_cb"/> <signal name="populate-popup" handler="buffer_populate_popup_cb"/> </widget> </child> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkHBox" id="programming_mode_panel"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkHBox" id="hbox6"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkRadioButton" id="binary_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the base 2 radio button">Set numeric base to binary (base 2)</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Base 2 radio button">_Bin</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="base_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="octal_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the base 8 radio button">Set numeric base to octal (base 8)</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Base 8 radio button">_Oct</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">binary_radio</property> <signal name="toggled" handler="base_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="decimal_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the base 10 radio button">Set numeric base to decimal (base 10)</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Base 10 radio button">_Dec</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">binary_radio</property> <signal name="toggled" handler="base_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="hexadecimal_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the base 16 radio button">Set numeric base to hexadecimal (base 16)</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Base 16 radio button">He_x</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">binary_radio</property> <signal name="toggled" handler="base_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkVBox" id="scientific_mode_panel"> <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkHBox" id="hbox5"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkRadioButton" id="degrees_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the degrees radio button">Set trigonometric type to degrees</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Degrees radio button">De_grees</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="trig_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="gradians_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the gradians radio button">Set trigonometric type to gradians</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Gradians radio button">Gr_adians</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">degrees_radio</property> <signal name="toggled" handler="trig_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="radians_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the radian radio button">Set trigonometric type to radians</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Radian radio button">_Radians</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">degrees_radio</property> <signal name="toggled" handler="trig_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox9"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkRadioButton" id="engineering_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the engineering display radio button">Set display type to engineering format</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Engineering display radio button">E_ng</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="disp_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="fixed_point_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the fixed-point display radio button">Set display type to fixed-point format</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Fixed-point display radio button">_Fix</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">engineering_radio</property> <signal name="toggled" handler="disp_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkRadioButton" id="scientific_radio"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the scientific display radio button">Set display type to scientific format</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Scientific display radio button">_Sci</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <property name="group">engineering_radio</property> <signal name="toggled" handler="disp_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox7"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkHBox" id="hbox8"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkCheckButton" id="inverse_check"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the inverse check box">Set inverse option for trigonometric functions</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Inverse check box">_Inv</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="inv_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkCheckButton" id="hyperbolic_check"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hyperbolic check box">Set hyperbolic option for trigonometric functions</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Hyperbolic check box">H_yp</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="hyp_cb"/> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <placeholder/> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkTable" id="financial_panel"> <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">8</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_finc_sum_of_the_years_digits_depreciation_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Syd] button">Sum-of-the years'-digits depreciation [Y]</property> <property name="label" translatable="yes" comments="Calculates the depreciation allowance on an asset for a specified period of time, using the Sum-Of-The-Years'-Digits method. This method of depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier periods than in later ones. The depreciable cost is cost - salvage. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation">Syd</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Sum-of-the years'-digits depreciation</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Sum-of-the years'-digits depreciation [y]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_straight_line_depreciation_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Sln] button">Straight-line depreciation [l]</property> <property name="label" translatable="yes" comments="Calculates the straight-line depreciation of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation">Sln</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Straight-line depreciation</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Straight-line depreciation [l]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_periodic_interest_rate_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Rate] button">Periodic interest rate [T]</property> <property name="label" translatable="yes" comments="Calculates the periodic interest necessary to increase an investment of present value pv to a future value of fv, over the number of compounding periods in term. See also: http://en.wikipedia.org/wiki/Interest ">Rate</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Periodic interest rate</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Periodic interest rate [T]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_present_value_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Pv] button">Present value [p]</property> <property name="label" translatable="yes" comments="Calculates the present value of an investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Present_value">Pv</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Present value</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Present value [p]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_periodic_payment_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Pmt] button">Periodic payment [P]</property> <property name="label" translatable="yes" comments="Calculates the amount of the periodic payment of a loan, where payments are made at the end of each payment period. See also: http://en.wikipedia.org/wiki/Amortization_schedule">Pmt</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Periodic payment</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Periodic payment [P]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_future_value_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Fv] button">Future value [v]</property> <property name="label" translatable="yes" comments="Calculates the future value of an investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Future_value">Fv</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Future value</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Future value [v]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_gross_profit_margin_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Gpm] button">Gross Profit Margin [I]</property> <property name="label" translatable="yes" comments="Calculates the resale price of a product, based on the product cost and the wanted gross profit margin. See also: http://en.wikipedia.org/wiki/Gross_profit_margin">Gpm</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Gross Profit Margin</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Gross Profit Margin [g]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_double_declining_depreciation_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Ddb] button">Double-declining depreciation [D]</property> <property name="label" translatable="yes" comments="Calculates the depreciation allowance on an asset for a specified period of time, using the double-declining balance method. See also: http://en.wikipedia.org/wiki/Depreciation">Ddb</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Double-declining depreciation</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Double-declining depreciation [D]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_compounding_term_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Ctrm] button">Compounding term [m]</property> <property name="label" translatable="yes" comments="Calculates the number of compounding periods necessary to increase an investment of present value pv to a future value of fv, at a fixed interest rate of int per compounding period. See also: http://en.wikipedia.org/wiki/Compound_interest">Ctrm</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Compounding term</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Compounding term [m]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_finc_term_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Term] button">Payment period [t]</property> <property name="label" translatable="yes" comments="Calculates the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic interest rate of int. Each payment is equal to amount pmt. See also: http://en.wikipedia.org/wiki/Annuity_(finance_theory)">Term</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Payment period</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Payment period [t]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkAlignment" id="bit_panel"> <property name="visible">True</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xscale">0</property> <property name="yscale">0</property> <property name="top_padding">0</property> <property name="bottom_padding">0</property> <property name="left_padding">0</property> <property name="right_padding">0</property> <child> <widget class="GtkTable" id="table8"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">39</property> <property name="homogeneous">False</property> <property name="row_spacing">0</property> <property name="column_spacing">0</property> <child> <widget class="GtkEventBox" id="bit_eventbox_1"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_1"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_2"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_2"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_3"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_3"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_4"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_4"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_5"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_5"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_6"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_6"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_7"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_7"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_8"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_8"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">10</property> <property name="right_attach">11</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_9"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_9"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">11</property> <property name="right_attach">12</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_10"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_10"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">12</property> <property name="right_attach">13</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_11"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_11"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">13</property> <property name="right_attach">14</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_12"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_12"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">15</property> <property name="right_attach">16</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_13"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_13"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">16</property> <property name="right_attach">17</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_14"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_14"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">17</property> <property name="right_attach">18</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_15"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_15"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">18</property> <property name="right_attach">19</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_31"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_31"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_30"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_30"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">37</property> <property name="right_attach">38</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_29"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_29"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">36</property> <property name="right_attach">37</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_28"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_28"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">35</property> <property name="right_attach">36</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_27"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_27"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">33</property> <property name="right_attach">34</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_26"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_26"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">32</property> <property name="right_attach">33</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_25"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_25"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">31</property> <property name="right_attach">32</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_24"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_24"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">30</property> <property name="right_attach">31</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_23"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_23"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">28</property> <property name="right_attach">29</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_22"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_22"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">27</property> <property name="right_attach">28</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_21"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_21"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">26</property> <property name="right_attach">27</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_20"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_20"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">25</property> <property name="right_attach">26</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_19"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_19"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">23</property> <property name="right_attach">24</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_18"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_18"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">22</property> <property name="right_attach">23</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_17"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_17"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">21</property> <property name="right_attach">22</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_16"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_16"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_marker_label0"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for the most significant bit (bit 63) on the bit editor">63</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_maker_label3"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for bit 31 on the bit editor">31</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_marker_label2"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for bit 32 on the bit editor">32</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_marker_label5"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for the least significant bit (bit 0) on the bit editor">0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_32"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_32"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_33"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_33"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_34"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_34"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_35"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_35"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_36"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_36"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_37"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_37"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_38"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_38"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_39"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_39"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_40"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_40"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">10</property> <property name="right_attach">11</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_41"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_41"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">11</property> <property name="right_attach">12</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_42"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_42"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">12</property> <property name="right_attach">13</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_43"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_43"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">13</property> <property name="right_attach">14</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_44"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_44"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">15</property> <property name="right_attach">16</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_45"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_45"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">16</property> <property name="right_attach">17</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_46"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_46"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">17</property> <property name="right_attach">18</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_47"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_47"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">18</property> <property name="right_attach">19</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_48"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_48"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_49"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_49"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">21</property> <property name="right_attach">22</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_50"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_50"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">22</property> <property name="right_attach">23</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_51"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_51"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">23</property> <property name="right_attach">24</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_52"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_52"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">25</property> <property name="right_attach">26</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_53"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_53"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">26</property> <property name="right_attach">27</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_54"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_54"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">27</property> <property name="right_attach">28</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_55"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_55"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">28</property> <property name="right_attach">29</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_56"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_56"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">30</property> <property name="right_attach">31</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_57"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_57"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">31</property> <property name="right_attach">32</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_58"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_58"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">32</property> <property name="right_attach">33</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_59"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_59"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">33</property> <property name="right_attach">34</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_60"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_60"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">35</property> <property name="right_attach">36</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_61"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_61"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">36</property> <property name="right_attach">37</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_62"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_62"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">37</property> <property name="right_attach">38</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_63"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_63"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_marker_label1"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for bit 47 on the bit editor">47</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="bit_marker_label4"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Label for bit 15 on the bit editor">15</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label25"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label26"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label27"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">14</property> <property name="right_attach">15</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label28"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">19</property> <property name="right_attach">20</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label29"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">24</property> <property name="right_attach">25</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">29</property> <property name="right_attach">30</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label31"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">34</property> <property name="right_attach">35</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label33"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label34"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">14</property> <property name="right_attach">15</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label35"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">19</property> <property name="right_attach">20</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label36"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">24</property> <property name="right_attach">25</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label37"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">29</property> <property name="right_attach">30</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label38"> <property name="visible">True</property> <property name="label"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">34</property> <property name="right_attach">35</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEventBox" id="bit_eventbox_0"> <property name="visible">True</property> <property name="visible_window">True</property> <property name="above_child">False</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <widget class="GtkLabel" id="bit_label_0"> <property name="visible">True</property> <property name="label"> 0</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">shrink</property> <property name="y_options"></property> </packing> </child> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkTable" id="scientific_panel"> <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">8</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_functions_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Fun] button">User-defined functions [F]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox13"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Functions button">Fun</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow7"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_constants_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the [Con] button">Constants [#]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox12"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Constants button">Con</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow6"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_natural_logarithm_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Ln)</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="natural_logarithm_label"> <property name="visible">True</property> <property name="label" comments="Variable label button - text set inside gtk.c">(Ln)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_logarithm_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Log)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="logarithm_label"> <property name="visible">True</property> <property name="label" comments="Varable label button - text set inside gtk.c">(Log)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_logarithm2_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Log2)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="logarithm2_label"> <property name="visible">True</property> <property name="label" comments="Variable function button - text set inside gtk.c">(Log2)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_exponential_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the exponential button">Enter an exponential number [E]</property> <property name="label" translatable="yes" comments="Exponential">Exp</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_accuracy_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable label button - text set inside gtk.c">(Set accuracy from 0 to N numeric places [A])</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox14"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy button">Acc</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow8"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_random_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the random number button">Random number in the range 0.0 to 1.0 [?]</property> <property name="label" translatable="yes" comments="Random number">Rand</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_factorial_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the factorial button">Factorial of displayed value [!]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Factorial"><i>x</i>!</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_x_pow_y_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(X^Y)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="x_pow_y_label"> <property name="visible">True</property> <property name="label" comments="Variable function button - text set inside gtk.c">(X^Y)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_tangent_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Tan)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="tangent_label"> <property name="visible">True</property> <property name="label" comments="Variable function button - text set inside gtk.c">(Tan)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_sine_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Sin)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="sine_label"> <property name="visible">True</property> <property name="label" comments="Variable function button - text set inside gtk.c">(Sin)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_cosine_button"> <property name="visible">True</property> <property name="tooltip" comments="Variable function button - text set inside gtk.c">(Cos)</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="cosine_label"> <property name="visible">True</property> <property name="label" comments="Variable function button - text set inside gtk.c">(Cos)</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkTable" id="programming_panel"> <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">8</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_d_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit D button">Hexadecimal digit D [d]</property> <property name="label" translatable="yes" comments="Hexadecimal digit D button">D</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_e_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit E button">Hexadecimal digit E [e]</property> <property name="label" translatable="yes" comments="Hexadecimal digit E button">E</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_f_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit F button">Hexadecimal digit F [f]</property> <property name="label" translatable="yes" comments="Hexadecimal digit F button">F</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_a_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit A button">Hexadecimal digit A [a]</property> <property name="label" translatable="yes" comments="Hexadecimal digit A button">A</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_b_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit B button">Hexadecimal digit B [b]</property> <property name="label" translatable="yes" comments="Hexadecimal digit B button">B</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_c_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the hexadecimal digit C button">Hexadecimal digit C [c]</property> <property name="label" translatable="yes" comments="Hexadecimal digit C button">C</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_xnor_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the boolean exclusive NOR button">Bitwise XNOR [{]</property> <property name="label" translatable="yes" comments="Boolean exclusive NOR button">XNOR</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_modulus_divide_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the modulus division button">Modulus Division [M]</property> <property name="label" translatable="yes" comments="Modulus division button">Mod</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_mask_32_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the 32 bit mask button">32-bit unsigned integer value of display ([)</property> <property name="label" translatable="yes" comments="32 bit unsigned integer">&32</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_not_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the boolean NOT button">Bitwise NOT [~]</property> <property name="label" translatable="yes" comments="Boolean NOT button">NOT</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_xor_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the boolean exlcusive OR button">Bitwise XOR [x]</property> <property name="label" translatable="yes" comments="Boolean exlcusive OR button">XOR</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_and_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the boolean AND button">Bitwise AND [&]</property> <property name="label" translatable="yes" comments="Boolean AND button">AND</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_or_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the boolean OR button">Bitwise OR [|]</property> <property name="label" translatable="yes" comments="Boolean OR button">OR</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_mask_16_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the 16 bit mask button">16-bit unsigned integer value of display (])</property> <property name="label" translatable="yes" comments="16 bit unsigned integer">&16</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_shift_left_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the shift left button">Shift displayed value 1-15 places to the left [<]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox11"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Shift left button"><</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow5"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_shift_right_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the right shift button">Shift displayed value 1-15 places to the right [>]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox10"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Shift right button">></property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow4"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkTable" id="table4"> <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkTable" id="basic_panel"> <property name="visible">True</property> <property name="n_rows">1</property> <property name="n_columns">4</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_backspace_simple_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the backspace button">Remove rightmost character from displayed value [Backspace]</property> <property name="label" translatable="yes" comments="Backspace button. Bksp is short for Backspace">Bksp</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Backspace</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_change_sign_simple_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the change sign button">Change Sign [C]</property> <property name="label" translatable="yes" comments="Change sign button">±</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Change sign</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_clear_simple_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the clear button">Clear displayed value and any partial calculation [Shift Delete]</property> <property name="label" translatable="yes" comments="Clear button. Clr is short for Clear">Clr</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Clear</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_clear_entry_simple_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the clear displayed value button">Clear displayed value [Escape]</property> <property name="label" translatable="yes" comments="Clear displayed value button">CE</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Clear entry</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Clear</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkTable" id="advanced_panel"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">4</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_start_group_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the start calculation group button">Start group of calculations [(]</property> <property name="label" translatable="yes" comments="Start calculation group button">(</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Left bracket</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_reciprocal_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the reciprocal button">Reciprocal [r]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Reciprocal</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="label20"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Reciprocal button">1/<i>x</i></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">1/x</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Reciprocal</atkproperty> </accessibility> </widget> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_percentage_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the percentage button">Percentage [%]</property> <property name="label" translatable="yes" comments="The percentage button">%</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Percentage</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_end_group_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the end calculation group button">End group of calculations [)]</property> <property name="label" translatable="yes" comments="Right bracket">)</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Right bracket</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_backspace_advanced_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the backspace button">Remove rightmost character from displayed value [Backspace]</property> <property name="label" translatable="yes" comments="Bksp is short for Backspace">Bksp</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Backspace</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_change_sign_advanced_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the change sign button">Change Sign [C]</property> <property name="label" translatable="yes" comments="Change sign button">±</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Change sign</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_sqrt_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the square root button">Square root [s]</property> <property name="label" translatable="yes" comments="Square root button">√</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Square root</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Square root [s]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_abs_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the absolute value button">Absolute value [u]</property> <property name="label" translatable="yes" comments="Absolute value button. Abs is short for Absolute">Abs</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Absolute value</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_fractional_portion_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the fractional portion button">Fractional portion of displayed value [:]</property> <property name="label" translatable="yes" comments="Fractional portion button">Frac</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Fractional portion</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_integer_portion_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the integer portion button">Integer portion of displayed value [i]</property> <property name="label" translatable="yes" comments="Integer portion button">Int</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Integer portion</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_clear_entry_advanced_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the clear displayed value button">Clear displayed value [Escape]</property> <property name="label" translatable="yes" comments="Clear displayed value button">CE</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Clear entry</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_exchange_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the memory exchange button">Exchange displayed value with memory register [X]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Exchange with register</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox18"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label21"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Memory exchange button. Exch is short for Exchange">Exch</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Exch</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Exchange with register</atkproperty> </accessibility> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow12"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_recall_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the memory recall button">Retrieve memory register to display [R]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Retrieve from register</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox19"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Memory recall button. Rcl is short for Recall">Rcl</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Rcl</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Retrieve from register</atkproperty> </accessibility> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow13"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_clear_advanced_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the clear display button">Clear displayed value and any partial calculation [Shift Delete]</property> <property name="label" translatable="yes" comments="Clear display button. Clr is short for Clear">Clr</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Clear</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_store_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the memory store button">Store displayed value in memory register [S]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Store to register</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkHBox" id="hbox20"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">3</property> <child> <widget class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Memory store button. Sto is short for Store">Sto</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Sto</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Store to register</atkproperty> </accessibility> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkArrow" id="arrow14"> <property name="visible">True</property> <property name="arrow_type">GTK_ARROW_DOWN</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_square_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the x to the power of 2 button">Square [@]</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Square</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> <child> <widget class="GtkLabel" id="label24"> <property name="visible">True</property> <property name="label" translatable="yes" comments="x to the power of 2 button"><i>x</i><sup>2</sup></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">x2</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Square</atkproperty> </accessibility> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">5</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkTable" id="core_panel"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">4</property> <property name="homogeneous">True</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <widget class="GtkButton" id="calc_4_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 4 button">4</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 4</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_7_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 7 button">7</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 7</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_8_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 8 button">8</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 8</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_9_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 9 button">9</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 9</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_5_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 5 button">5</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 5</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_6_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 6 button">6</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 6</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_divide_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the division button">Divide [/]</property> <property name="label" translatable="yes" comments="Division button">÷</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Divide</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_1_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 1 button">1</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 1</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_2_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 2 button">2</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 2</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_0_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 0 button">0</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 0</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_numeric_point_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the numeric point button">Numeric point</property> <property name="label" comments="Label is set in gtk.c to comply with LC flags">.</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric point</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_result_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the solve button">Calculate result [=]</property> <property name="label" translatable="yes" comments="Solve button (clicking this solves the displayed calculation)">=</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Calculate result</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_3_button"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Numeric 3 button">3</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Numeric 3</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_multiply_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the multiplication button">Multiply [*]</property> <property name="label" translatable="yes" comments="Multiplication button">×</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Multiply</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Multiply</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_subtract_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the subtraction button">Subtract [-]</property> <property name="label" translatable="yes" comments="Subtraction button">−</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Subtract</atkproperty> <atkproperty name="AtkObject::accessible_description" translatable="yes">Subtract [-]</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkButton" id="calc_add_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes" comments="Tooltip for the addition button">Add [+]</property> <property name="label" translatable="yes" comments="Addition button">+</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Add</atkproperty> </accessibility> <signal name="clicked" handler="button_cb"/> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">5</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkStatusbar" id="statusbar"> <property name="visible">True</property> <property name="has_resize_grip">False</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <widget class="GtkMenu" id="left_shift_popup"> <property name="border_width">1</property> <signal name="cancel" handler="menu_cancel_cb"/> <signal name="deactivate" handler="menu_cancel_cb"/> <child> <widget class="GtkMenuItem" id="shift_left1_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 1 bit">_1 place</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left2_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 2 bits">_2 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left3_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 3 bits">_3 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left4_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 4 bits">_4 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left5_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 5 bits">_5 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left6_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 6 bits">_6 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left7_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 7 bits">_7 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left8_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 8 bits">_8 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left9_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 9 bits">_9 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left10_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 10 bits">10 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left11_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 11 bits">11 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left12_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 12 bits">12 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left13_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 13 bits">13 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left14_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 14 bits">14 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_left15_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 15 bits">15 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> </widget> <widget class="GtkMenu" id="right_shift_popup"> <property name="border_width">1</property> <signal name="cancel" handler="menu_cancel_cb"/> <signal name="deactivate" handler="menu_cancel_cb"/> <child> <widget class="GtkMenuItem" id="shift_right1_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 1 bit">_1 place</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right2_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 2 bits">_2 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right3_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 3 bits">_3 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right4_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 4 bits">_4 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right5_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 5 bits">_5 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right6_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 6 bits">_6 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right7_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 7 bits">_7 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right8_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 8 bits">_8 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right9_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 9 bits">_9 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right10_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 10 bits">10 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right11_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 11 bits">11 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right12_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 12 bits">12 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right13_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 13 bits">13 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right14_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 14 bits">14 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="shift_right15_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 15 bits">15 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb" last_modification_time="Sat, 13 Oct 2007 03:00:00 GMT"/> </widget> </child> </widget> <widget class="GtkMenu" id="accuracy_popup"> <property name="border_width">1</property> <signal name="cancel" handler="menu_cancel_cb"/> <signal name="deactivate" handler="menu_cancel_cb"/> <child> <widget class="GtkRadioMenuItem" id="acc_item0"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 0 significant places">_0 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item1"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 1 significant place">_1 significant place</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item2"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 2 significant places">_2 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item3"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 3 significant places">_3 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item4"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 4 significant places">_4 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item5"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 5 significant places">_5 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item6"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 6 significant places">_6 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item7"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 7 significant places">_7 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item8"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 8 significant places">_8 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item9"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Menu item to set accuracy to 9 significant places">_9 significant places</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_radio_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkRadioMenuItem" id="acc_item_other"> <property name="visible">True</property> <property name="label" comments="Variable label button - text set inside gtk.c">(_Other (N) ...)</property> <property name="use_underline">True</property> <property name="active">False</property> <property name="group">acc_item0</property> <signal name="activate" handler="accuracy_other_cb" last_modification_time="Sat, 13 Oct 2007 03:03:03 GMT"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator4"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkMenuItem" id="acc_item_default"> <property name="visible">True</property> <property name="label" comments="Set and translated inside gtk.c">Reset to _Default (%d)</property> <property name="use_underline">True</property> <signal name="activate" handler="accuracy_default_cb" last_modification_time="Sun, 02 Dec 2007 08:57:01 GMT"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator5"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="acc_trailing_zeroes_item"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Accuracy Popup: Check menu item to enable trailing zeroes">Show _Trailing Zeroes</property> <property name="use_underline">True</property> <property name="active">False</property> <signal name="activate" handler="show_trailing_zeroes_cb"/> </widget> </child> </widget> <widget class="GtkDialog" id="register_dialog"> <property name="border_width">5</property> <property name="title" translatable="yes">Memory Registers</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">False</property> <property name="destroy_with_parent">False</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <property name="has_separator">False</property> <signal name="delete_event" handler="rframe_delete_cb" last_modification_time="Wed, 31 Oct 2007 05:00:30 GMT"/> <signal name="response" handler="rframe_response_cb" last_modification_time="Wed, 31 Oct 2007 05:00:40 GMT"/> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">2</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="closebutton1"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-close</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-7</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkTable" id="table9"> <property name="border_width">5</property> <property name="visible">True</property> <property name="n_rows">10</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <widget class="GtkLabel" id="label40"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R0" is the abbreviation for "Register 0", used in the memory register dialog"><span weight="bold">R0</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label41"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R1" is the abbreviation for "Register 1", used in the memory register dialog"><span weight="bold">R1</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label42"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R2" is the abbreviation for "Register 2", used in the memory register dialog"><span weight="bold">R2</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label43"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R3" is the abbreviation for "Register 3", used in the memory register dialog"><span weight="bold">R3</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label44"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R4" is the abbreviation for "Register 4", used in the memory register dialog"><span weight="bold">R4</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label45"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R5" is the abbreviation for "Register 5", used in the memory register dialog"><span weight="bold">R5</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label46"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R6" is the abbreviation for "Register 6", used in the memory register dialog"><span weight="bold">R6</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label47"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R7" is the abbreviation for "Register 7", used in the memory register dialog"><span weight="bold">R7</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label48"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R8" is the abbreviation for "Register 8", used in the memory register dialog"><span weight="bold">R8</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">8</property> <property name="bottom_attach">9</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label49"> <property name="visible">True</property> <property name="label" translatable="yes" comments=""R9" is the abbreviation for "Register 9", used in the memory register dialog"><span weight="bold">R9</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">9</property> <property name="bottom_attach">10</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_0"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 0. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 0</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 1. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 1</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 2. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 2</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 3. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 3</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_4"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 4. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 4</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_5"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 5. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 5</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_6"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 6. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 6</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_7"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 7. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 7</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_8"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 8. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 8</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">8</property> <property name="bottom_attach">9</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="register_entry_9"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="visibility">True</property> <property name="max_length">0</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes" comments="This is accessible name for memory register 9. It is spoken by screen readers such as Orca, to help people who are blind or have low vision.">register 9</atkproperty> </accessibility> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">9</property> <property name="bottom_attach">10</property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="edit_constants_dialog"> <property name="border_width">5</property> <property name="width_request">380</property> <property name="height_request">300</property> <property name="title" translatable="yes" comments="Title of edit constants dialog">Edit Constants</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">True</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <property name="has_separator">False</property> <signal name="response" handler="edit_constants_response_cb" last_modification_time="Wed, 31 Oct 2007 08:11:33 GMT"/> <signal name="delete_event" handler="edit_constants_delete_cb"/> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox2"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area2"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="helpbutton1"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-help</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-11</property> </widget> </child> <child> <widget class="GtkButton" id="cancelbutton1"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="okbutton1"> <property name="visible">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-ok</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-3</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox2"> <property name="border_width">5</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label51"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Edit Constants Dialog: Instructions in dialog">Click a _value or description to edit it:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> <widget class="GtkTreeView" id="edit_constants_treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">True</property> <property name="rules_hint">True</property> <property name="reorderable">False</property> <property name="enable_search">True</property> <property name="fixed_height_mode">False</property> <property name="hover_selection">False</property> <property name="hover_expand">False</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkLabel" id="label50"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Edit Constants Dialog: Note about what base numbers will be entered as"><small><i><b>Note:</b> All constant values are specified in the decimal numeric base.</i></small></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <widget class="GtkMenu" id="constants_popup"> <child> <widget class="GtkMenuItem" id="edit_constants1"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Menu item in the constants menu to show the Edit Constants dialog">Edit Constants...</property> <property name="use_underline">True</property> <signal name="activate" handler="edit_constants_cb" last_modification_time="Wed, 31 Oct 2007 07:53:36 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item0"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item1"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item2"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item3"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item4"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item5"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item6"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item7"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item8"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="constant_menu_item9"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="constant_menu_cb"/> </widget> </child> </widget> <widget class="GtkMenu" id="functions_popup"> <child> <widget class="GtkMenuItem" id="menuitem6"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Menu item in the constants menu to show the Edit Functions dialog">Edit Functions...</property> <property name="use_underline">True</property> <signal name="activate" handler="edit_functions_cb" last_modification_time="Wed, 31 Oct 2007 07:55:07 GMT"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item0"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item1"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item2"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item3"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item4"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item5"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item6"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item7"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item8"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="function_menu_item9"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="function_menu_cb"/> </widget> </child> </widget> <widget class="GtkDialog" id="edit_functions_dialog"> <property name="border_width">5</property> <property name="width_request">380</property> <property name="height_request">300</property> <property name="title" translatable="yes" comments="Title of edit functions dialog">Edit Functions</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">True</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <property name="has_separator">False</property> <signal name="response" handler="edit_functions_response_cb" last_modification_time="Wed, 31 Oct 2007 08:11:41 GMT"/> <signal name="delete_event" handler="edit_functions_delete_cb"/> <child internal-child="vbox"> <widget class="GtkVBox" id="vbox4"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="hbuttonbox3"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="button5"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-help</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-11</property> </widget> </child> <child> <widget class="GtkButton" id="button6"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="button7"> <property name="visible">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-ok</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-3</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox5"> <property name="border_width">5</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label53"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Edit Functions Dialog: Instructions in dialog">Click a _value or description to edit it:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> <widget class="GtkTreeView" id="edit_functions_treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">True</property> <property name="rules_hint">True</property> <property name="reorderable">False</property> <property name="enable_search">True</property> <property name="fixed_height_mode">False</property> <property name="hover_selection">False</property> <property name="hover_expand">False</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> <child> <widget class="GtkLabel" id="label54"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Edit Function Dialog: Note about what base numbers will be entered as"><small><i><b>Note:</b> All constant values are specified in the decimal numeric base.</i></small></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <widget class="GtkMenu" id="memory_store_popup"> <child> <widget class="GtkMenuItem" id="store_menu_item0"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item1"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item2"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item3"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item4"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item5"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item6"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item7"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item8"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="store_menu_item9"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </widget> </child> </widget> <widget class="GtkMenu" id="memory_exchange_popup"> <child> <widget class="GtkMenuItem" id="exchange_menu_item0"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item1"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item2"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item3"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item4"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item5"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item6"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item7"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item8"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="exchange_menu_item9"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="exchange_menu_cb"/> </widget> </child> </widget> <widget class="GtkMenu" id="memory_recall_popup"> <child> <widget class="GtkMenuItem" id="recall_menu_item0"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item1"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item2"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item3"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item4"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item5"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item6"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item7"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item8"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> <child> <widget class="GtkMenuItem" id="recall_menu_item9"> <property name="visible">True</property> <property name="label"></property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </widget> </child> </widget> <widget class="GtkDialog" id="ascii_dialog"> <property name="border_width">6</property> <property name="title" translatable="yes" comments="Title of insert ASCII dialog">Insert ASCII Value</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">False</property> <property name="destroy_with_parent">False</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <property name="has_separator">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Insert ASCII Value</atkproperty> </accessibility> <signal name="response" handler="aframe_response_cb" last_modification_time="Wed, 07 Nov 2007 06:27:37 GMT"/> <signal name="delete_event" handler="aframe_delete_cb" last_modification_time="Wed, 07 Nov 2007 06:34:38 GMT"/> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area3"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="button8"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="button9"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert selected character">_Insert</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-5</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox21"> <property name="border_width">5</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child> <widget class="GtkLabel" id="label39"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Insert ASCII dialog: Label before character entry">Ch_aracter:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="mnemonic_widget">ascii_entry</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkEntry" id="ascii_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> <property name="visibility">True</property> <property name="max_length">1</property> <property name="text"></property> <property name="has_frame">True</property> <property name="invisible_char">●</property> <property name="activates_default">False</property> <signal name="activate" handler="aframe_activate_cb" last_modification_time="Wed, 07 Nov 2007 06:32:52 GMT"/> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="precision_dialog"> <property name="border_width">6</property> <property name="title" translatable="yes" comments="Title of set precision dialog">Set Precision</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">False</property> <property name="destroy_with_parent">False</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> <property name="has_separator">False</property> <signal name="response" handler="spframe_response_cb" last_modification_time="Wed, 07 Nov 2007 06:30:13 GMT"/> <signal name="delete_event" handler="spframe_delete_cb" last_modification_time="Wed, 07 Nov 2007 06:34:54 GMT"/> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox4"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area4"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="button10"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="button11"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes" comments="Set Precision Dialog: Button to apply settings">_Set</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="response_id">-5</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox22"> <property name="border_width">5</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label52"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Set Precision Dialog: Label before the significant places spin button">Significant _places:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="mnemonic_widget">spframe_spin</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkSpinButton" id="spframe_spin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="climb_rate">1</property> <property name="digits">0</property> <property name="numeric">True</property> <property name="update_policy">GTK_UPDATE_IF_VALID</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> <property name="adjustment">1 0 99 1 10 0</property> <signal name="activate" handler="spframe_activate_cb" after="yes" last_modification_time="Wed, 07 Nov 2007 06:32:41 GMT"/> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">True</property> <property name="fill">True</property> </packing> </child> </widget> </child> </widget> </glade-interface>